-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tendermint unconditional peers #2855
Conversation
b4425ab
to
228771d
Compare
Codecov Report
@@ Coverage Diff @@
## master #2855 +/- ##
==========================================
+ Coverage 67.33% 67.56% +0.22%
==========================================
Files 344 344
Lines 33406 33411 +5
==========================================
+ Hits 22495 22575 +80
+ Misses 8007 7940 -67
+ Partials 2904 2896 -8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, otherwise looks good, thanks!
228771d
to
9380f6b
Compare
Tendermint 0.33 added the concept of unconditional P2P peers. This adds support for setting the unconditional peers via `tendermint.p2p.unconditional_peer_ids` configuration flag. On sentry node, upstream nodes will automatically be set as unconditional peers.
9380f6b
to
492f835
Compare
a3f9c74
to
24eb89f
Compare
Tendermint 0.33 added support for setting maximum re-dial period when dialing persistent peers. This adds support for setting the period via `tendermint.p2p.persistent_peers_max_dial_period` flag.
24eb89f
to
b949606
Compare
Expose new p2p config options which were added in tendermint 0.33